prepare release 3.15.3
authorMatthieu Gallien <matthieu.gallien@nextcloud.com>
Tue, 7 Jan 2025 10:30:25 +0000 (11:30 +0100)
committerMatthieu Gallien <matthieu.gallien@nextcloud.com>
Tue, 7 Jan 2025 10:30:25 +0000 (11:30 +0100)
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
VERSION.cmake
doc/conf.py

index 583fb09765d1afca22371457b416066ec873b3cc..ce2e89aa25f63964e02bd16142f7b721861726ec 100644 (file)
@@ -1,7 +1,7 @@
 set( MIRALL_VERSION_MAJOR 3 )
 set( MIRALL_VERSION_MINOR 15 )
-set( MIRALL_VERSION_PATCH 2 )
-set( MIRALL_VERSION_YEAR  2024 )
+set( MIRALL_VERSION_PATCH 3 )
+set( MIRALL_VERSION_YEAR  2025 )
 set( MIRALL_SOVERSION 0 )
 
 # Minimum supported server version according to https://docs.nextcloud.com/server/latest/admin_manual/release_schedule.html
index c4da3796c05cb3ea08aabd6456bcf0ea43eb632a..456d191d377d9c689c348243f6e7b08aea46f3fd 100644 (file)
@@ -41,7 +41,7 @@ master_doc = 'index'
 
 # General information about the project.
 project = u'Nextcloud Client Manual'
-copyright = u'2013-2024, The Nextcloud developers'
+copyright = u'2013-2025, The Nextcloud developers'
 
 # The version info for the project you're documenting, acts as replacement for
 # |version| and |release|, also used in various other places throughout the
@@ -50,7 +50,7 @@ copyright = u'2013-2024, The Nextcloud developers'
 # The short X.Y version.
 version = '3.15'
 # The full version, including alpha/beta/rc tags.
-release = '3.15.2'
+release = '3.15.3'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.